exclusive or operation meaning in English
异运算
异操作
Examples
- Performs a bitwise exclusive or operation of two integer values
对两个整数值执行“位异或”运算。 - The initialization vector is combined with the first plain text block by a bitwise exclusive or operation before the block is encrypted
在加密块之前,初始化向量通过按位“异或”操作与第一个纯文本块结合。 - Before each plain text block is encrypted , it is combined with the cipher text of the previous block by a bitwise exclusive or operation
每个纯文本块在加密前,通过按位“异或”操作与前一个块的密码文本结合。 - Exclusive or means that if the two operand bits are different the result is 1 , otherwise the result is 0 . the following table shows the results of an exclusive or operation
不包含式)按位异或意味着,如果两个运算数相应比特位不同,其结果为1 ,否则结果为0 .下表显示异或运算结果